home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 June: Reference Library / Dev.CD Jun 00 RL Disk 1.toast / pc / technical documentation / develop / develop issue 22 / develop issue 22 code / pci driver sample.sea / PCI Driver Sample / UserStartup•PCI / UserStartup•PCI
Encoding:
Text File  |  1995-07-27  |  582 b   |  15 lines  |  [TEXT/MPS ]

  1. #
  2. # This is an MPW UserStartup file for PCI Driver development. Edit this file to
  3. # suit your particular needs and copy it to the MPW folder inside your system's 
  4. # Preference folder. By default, the PCICIncludes and PCILibraries folders are
  5. # stored at the top-level of your boot disk.
  6. #
  7. #    {PCICIncludes} - Directories to search for PCI Driver Development include files.
  8.             Set PCICIncludes "{Boot}PCICIncludes:"
  9.             Export PCICIncludes
  10.  
  11. #    {PCILibraries} - Directory that contains PCI Driver Development libraries. 
  12.             Set PCILibraries "{Boot}"PCILibraries:
  13.             Export PCILibraries
  14.  
  15.